VPConfiguration
data class VPConfiguration(val knownDCQLQueriesPerScope: Map<String, DCQL> = emptyMap(), val vpFormatsSupported: VpFormatsSupported, val supportedTransactionDataTypes: List<SupportedTransactionDataType> = emptyList())(source)
Configuration options for OpenId4VP
Parameters
known DCQLQueries Per Scope
a set of DCQL queries that a verifier may request via a pre-agreed scope
vp Formats Supported
The formats the wallet supports
supported Transaction Data Types
the types of Transaction Data that are supported by the wallet
Constructors
Link copied to clipboard
constructor(knownDCQLQueriesPerScope: Map<String, DCQL> = emptyMap(), vpFormatsSupported: VpFormatsSupported, supportedTransactionDataTypes: List<SupportedTransactionDataType> = emptyList())